home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / ISP / SCRPTLST / ESKIMO.CMD < prev    next >
Encoding:
Text File  |  1996-02-16  |  904 b   |  33 lines

  1. #    Eskimo North Trumpet Winsock Login.cmd
  2. #
  3. display Dialing Modem...
  4. #Replace modemconfig below to your modem configuration.  
  5. #The simplest is ATZ for most modems.  You may also be 
  6. #able to use at&k3m0s0=0s11=55 which will provide for 
  7. #hardware flow control for a 14.4k modem and silent dialing.
  8. output atz\r
  9. input 10 OK\n
  10. sleep 1
  11. repeat
  12.  sleep 6
  13. #The phone number below is the Seattle Eskimo dialin number.
  14. #Replace the 367-3837 with the number you use.
  15.  output atdt367-3837\r
  16. until 1-[input 15 BUSY]  
  17. display Connecting --------------- 
  18. input 30 ==>
  19. output 4\r
  20. input 30 login:
  21. username Enter your login ID
  22. output \u\r
  23. input 30 Password:
  24. password Enter your password
  25. output \p\r
  26. display Initializing CSLIP Connection
  27. input 240 Command?
  28. output I
  29. input 60 Command?
  30. output .s -b 57600\r
  31. input 60 "SLiRP Ready ..."
  32. online
  33. display ------------CSLIP initialized.  Lets ROCK!